home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / x11_1.dms / x11_1.adf / 2b.twmrc < prev    next >
Text File  |  1992-03-30  |  3KB  |  185 lines

  1. #**********************************************************************
  2. #
  3. #    .twmrc
  4. #
  5. #**********************************************************************
  6.  
  7. IconDirectory    "x11:x11/bitmaps"
  8.  
  9. #NoDefaults
  10. NoVersion
  11. NoGrabServer
  12. NoRaiseOnMove
  13. NoRaiseOnResize
  14. #NoMenuShadows
  15. NoTitleHighlight
  16. NoHighlight
  17. NoTitleFocus
  18. #NoSaveUnders
  19. #SqueezeTitle
  20. ConstrainedMoveTime 0
  21. DecorateTransients
  22. #TitleButtonBorderWidth 0
  23. #ButtonIndent 0
  24. #LeftTitleButton "iconify.bm" = f.iconify
  25. #RightTitleButton "resize.bm" = f.resize
  26. #OpaqueMove
  27. #ClientBorderWidth
  28. BorderWidth    1
  29. RandomPlacement
  30. #IconRegion    "1024x250+0+600" NORTH WEST 1024 25
  31. IconRegion    "200x100-200+10" NORTH EAST 75 25
  32. #IconRegion    "200x100-0+200" WEST NORTH 25 50
  33. TitleFont    "-*-helvetica-bold-o-normal--*-140-*-*-*-*-iso8859-1"
  34. MenuFont    "-*-helvetica-bold-r-normal--*-140-*-*-*-*-iso8859-1"
  35. IconFont    "-*-helvetica-bold-r-normal--*-140-*-*-*-*-iso8859-1"
  36. ResizeFont    "-*-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-1"
  37. IconManagerFont    "-*-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-1"
  38. #ShowIconManager
  39. SortIconManager
  40. IconManagerGeometry    "=100x100-200+0"
  41.  
  42. # nice colors:  background of wheat, foreground of #d36
  43.  
  44. Cursors
  45. {
  46.     Button "left_ptr"
  47.     Menu "left_ptr"
  48.     Title "left_ptr"
  49.     Frame "left_ptr"
  50.     Icon "left_ptr"
  51. }
  52.  
  53. Color
  54. {
  55.     BorderColor "black"
  56.     TitleBackground "CadetBlue"
  57.     TitleForeground "#fffff0"
  58.     MenuBackground "#fffff0"
  59.     MenuForeground "black"
  60.     MenuTitleBackground "CadetBlue"
  61.     MenuTitleForeground "#fffff0"
  62.     IconBackground "#fffff0"
  63.     IconForeground "black"
  64.     IconBorderColor "black"
  65. }
  66.  
  67. Monochrome
  68. {
  69.     IconManagerHighlight    "white"
  70. }
  71.  
  72. # define key bindings
  73.  
  74. MoveDelta 3
  75.  
  76. Function "move-or-raise"
  77. {
  78.     f.move
  79.     f.deltastop
  80.     f.raise
  81. }
  82.  
  83. Function "move-or-raiselower"
  84. {
  85.     f.move
  86.     f.deltastop
  87.     f.raiselower
  88. }
  89.  
  90. Function "move-or-iconify"
  91. {
  92.     f.move
  93.     f.deltastop
  94.     f.iconify
  95. }
  96.  
  97. Function "next-window"
  98. {
  99. }
  100.  
  101. Function "previous-window"
  102. {
  103. }
  104.  
  105. DefaultFunction f.nop
  106.  
  107. Button1    =    : title     : f.function "move-or-raiselower"
  108. Button3 =    : title        : f.menu "Title Menu"
  109. Button1 = m    : window|icon    : f.iconify
  110. Button3 = c m    : window|icon    : f.function "move-or-raiselower"
  111. Button3 = m    : window|icon    : f.resize
  112. Button1 =    : root        : f.menu "Toys"
  113. Button1 = m    : root        : f.menu "Hosts"
  114. Button3 =    : root        : f.menu "System"
  115. Button1 =    : icon        : f.function "move-or-iconify"
  116.  
  117. #ForceIcons
  118.  
  119. Icons
  120. {
  121.     "XTerm"        "terminal"    # from IconDirectory
  122.     "xfd"        "xfd_icon"
  123. }
  124.  
  125. #UnknownIcon    "icon"
  126.  
  127. menu "Hosts"
  128. {
  129. "Hosts"        f.title
  130. "GfxBase"        !"run rsh >nil: gfxbase -l dale /usr/bin/X11/xterm -ls -display amiga:0"
  131. }
  132.  
  133. menu "Toys"
  134. {
  135. "Toys"        f.title
  136. "xcalc"        !"run xcalc >nil:"
  137. "xsol"        !"run xsol >nil:"
  138. "maze"        !"run maze >nil: -g 300x300+50+30"
  139. "bitmap"    !"run bitmap >nil: ram:test.xbm -nodash"
  140. "Exit"      f.quit
  141. }
  142.  
  143. menu "System"
  144. {
  145.     "System"        f.title
  146.     "Window ops"        f.menu "Window Ops"
  147.     "Windows"        f.menu "TwmWindows"
  148.     ""            f.nop
  149.     "Refresh"        f.refresh
  150.     "Unfocus"        f.unfocus
  151.     "Show Icon Box"        f.showiconmgr
  152.     "Hide Icon Box"        f.hideiconmgr
  153.     "Version"        f.version
  154.     ""            f.nop
  155.     "Restart"        f.restart
  156.     "Logout"        f.quit
  157. }
  158.  
  159. menu "Window Ops"
  160. {
  161.     "Window Ops"        f.title
  162.     "Lower"            f.lower
  163.     "Raise"            f.raise
  164.     "Resize"        f.resize
  165.     "Move"            f.move
  166.     "Deiconify"        f.deiconify
  167.     "Iconify"        f.iconify
  168.     "Identify"        f.identify
  169.     "Focus"            f.focus
  170.     "Kill"            f.destroy
  171. }
  172.  
  173. menu "Title Menu"
  174. {
  175.     "Lower"            f.lower
  176.     "Raise"            f.raise
  177.     "Resize"        f.resize
  178.     "Move"            f.move
  179.     "Iconify"        f.iconify
  180.     "Identify"        f.identify
  181.     "Focus"            f.focus
  182.     "Kill"            f.destroy
  183.     "Dismiss"        f.delete
  184. }
  185.